fix#297
Open
CNDrwei wants to merge 4 commits into
Open
Conversation
added 4 commits
May 23, 2026 09:59
新增完全独立的 FR 短信发送渠道,支持用户手动粘贴 phone|verification_url 列表,逐行填写手机号→轮询URL 获取验证码→填写验证码,含调试按钮和内建多轮轮询逻辑。
FR 渠道填手机号时默认选择加拿大(Canada),匹配 OpenAI 页面的 +1 区号。国家 ID 187,label "Canada"。
每个失败路径(页面拒绝/填写失败/验证码超时/验证码无效/提交失败) 都会从 frSmsPhoneList 中移除对应条目并持久化,避免下次重新进入 步骤9时重复尝试已确认不可用的号码。失败记录保存到 frSmsFailedEntries(最多 200 条)。验证成功也自动移除已用条目。
pagehide 事件触发时只记了日志没有调用 completeOnce, 导致 content script 上下文销毁后 NODE_COMPLETE 信号丢失, 后台 waitForNodeComplete 一直等到超时。现在 pagehide 会 在上下文销毁前发送完成信号,后续 validateStep5PostCompletion 再校验是否真的跳到了 chatgpt.com。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.